Method: Arel::Math#<<

Defined in:
activerecord/lib/arel/math.rb

#<<(other) ⇒ Object



33
34
35
# File 'activerecord/lib/arel/math.rb', line 33

def <<(other)
  Arel::Nodes::Grouping.new(Arel::Nodes::BitwiseShiftLeft.new(self, other))
end